//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void Dummy()
{
//Boolean

//Date

//Integers

//Real

//Rich Text

//Regular Expressions

//Strings

//Arrays

//Skip List

//Modules

//Objects

//Folder and Projects

//Items

//Links

//Attributes and Definitions

//Filters

//Other

//Error Control
noError()
string subErrorName = "Function Name - "
string subError

// Fuction Code ===========================================================================



// ========================================================================================

//Error Control
	subError = lastError
	if(!null subError)
	{
	 	ack subErrorName subError 
	}

}
